home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / test / opts / x.c < prev    next >
C/C++ Source or Header  |  1992-11-23  |  82b  |  14 lines

  1.  
  2. #pragma DCCOPTS
  3. #include <stdio.h>
  4.  
  5. int a;
  6.  
  7. main()
  8. {
  9.     a = 2;
  10.  
  11.     fubar();
  12. }
  13.  
  14.